/* ::-webkit-scrollbar {
	width: 10px;
	background: #0E213F;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #00ACDF;
} */


::-webkit-scrollbar {
	width: 10px;
	background:  #00ACDF;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#0E213F;
} 



.r-logo{
    width: 120px;
     object-fit: contain;
 }

 /* About bg-color */
 .about-bg{
    background-color: #00ACDF;
    color: white;
 }

 .section-title .about-h2{
    color: white;
 }

.black-links{
    color: black;
    transition: all 0.3s ease;
}

.black-links:hover{
    color: #47b2e4;
}


form{
    width: 100%;
    background-color: white;
    /* background-image: url(../img/New\ Look.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* border: 3px solid blue; */
    border-top: 3px solid #47B2E4;
    border-bottom: 3px solid #47B2E4;
    padding: 20px;
    box-shadow: 0px 0px 33px 0px #00000078;

}

form label{
    /* color: #ffffff; */
}

.subject-margin{
    padding: 30px 0;
}

.btn-top{
    margin-top: 40px;
}

#ram{
    width: 250px;
}

form button{
    background-color: #00ACDF; /* Background color */
    border-color: #00ACDF; /* Border color */
    color: #ffffff; /* Text color */
    padding: 10px 35px;
    border: 0;
    border-radius: 25px;
}
  .form button:hover {
    background-color: #0099b9; /* Darker shade on hover */
    border-color: #0099b9; /* Darker shade on hover */
  }

  .fa-arrow-right,.fa-arrow-left{ 
    color: #00ACDF;
    font-size: 25px;
  }

.carousel-inner{
    overflow: hidden;
    height: 250px;
}

.mobile-carousel{
    display: none;
}

 .owl-carousel .imgtop{
    margin-top: 10px;
}

.owl-carousel .imgtop1{
    margin-top: 3px;
}
 
@media only screen and (max-width:991px){
  

    .mobile-carousel{
        display: block;
    }

    .desktop-carousel{
        display: none;
    }

    #ram {
        width: 185px;
    }
}


  @media only screen and (max-width:768px){
                .mailtop{
                    padding-top: 20px;
                    padding-bottom: 0px;
                }                
  }


  @media only screen and (max-width:450px){
    #ram {
        width: 120%;
    }
}

